refactor(producer): make capture plans immutable#2163
Open
jrusso1020 wants to merge 1 commit into
Open
Conversation
This was referenced Jul 10, 2026
Collaborator
Author
This was referenced Jul 10, 2026
e0b5d65 to
50b66d4
Compare
03a0460 to
94de4cb
Compare
50b66d4 to
7768b84
Compare
94de4cb to
7b6f721
Compare
7768b84 to
103ae00
Compare
7b6f721 to
4fbd296
Compare
6fb4633 to
f3becd5
Compare
e317717 to
9ee0251
Compare
f3becd5 to
4ad7a2e
Compare
9ee0251 to
7400d43
Compare
3bf9957 to
e0b0ea5
Compare
7400d43 to
415a453
Compare
e0b0ea5 to
18093e1
Compare
0adf5d5 to
afc7fc3
Compare
3402ef1 to
8f6d27f
Compare
a2b9074 to
a955dbb
Compare
8f6d27f to
e249db4
Compare
a955dbb to
a7d8a90
Compare
e249db4 to
7e67f17
Compare
a7d8a90 to
46e7941
Compare
7e67f17 to
1bf2e0c
Compare
46e7941 to
eb1b74b
Compare
1bf2e0c to
864beed
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Represent render routing as immutable CapturePlan variants with pure fallback transitions.
Why
The orchestrator mutated shared routing flags during fallback, making stage behavior order-dependent.
How
Add frozen SDR streaming, SDR disk, and HDR layered plans plus pure replanAfterFailure transitions consumed by stages.
Test plan